const syscall.stopped
3 uses
syscall (current package)
syscall_linux.go#L469: stopped = 0x7F
syscall_linux.go#L475: func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != exited }
syscall_linux.go#L477: func (w WaitStatus) Stopped() bool { return w&0xFF == stopped }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)